home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TPRINTOPT / TPRINTOPT.txt
Text File  |  1996-03-05  |  1KB  |  79 lines

  1. object PrintOpt: TPrintOpt
  2.   Left = 271
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print Options'
  6.   ClientHeight = 145
  7.   ClientWidth = 183
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 19
  18.   object Bevel3: TBevel
  19.     Left = 12
  20.     Top = 8
  21.     Width = 161
  22.     Height = 81
  23.     Shape = bsFrame
  24.     Style = bsRaised
  25.   end
  26.   object Print: TButton
  27.     Left = 8
  28.     Top = 96
  29.     Width = 77
  30.     Height = 37
  31.     Caption = '&Print'
  32.     Default = True
  33.     TabOrder = 1
  34.     OnClick = PrintClick
  35.   end
  36.   object ExitButton: TButton
  37.     Left = 96
  38.     Top = 96
  39.     Width = 77
  40.     Height = 37
  41.     Caption = 'E&xit'
  42.     TabOrder = 2
  43.     OnClick = ExitButtonClick
  44.   end
  45.   object Font: TButton
  46.     Left = 20
  47.     Top = 16
  48.     Width = 141
  49.     Height = 29
  50.     Caption = '&Puzzle Font'
  51.     TabOrder = 0
  52.     OnClick = FontClick
  53.   end
  54.   object FontName: TEdit
  55.     Left = 20
  56.     Top = 52
  57.     Width = 141
  58.     Height = 25
  59.     TabStop = False
  60.     AutoSize = False
  61.     ReadOnly = True
  62.     TabOrder = 3
  63.   end
  64.   object MyFontDialog: TFontDialog
  65.     Font.Color = clWindowText
  66.     Font.Height = -17
  67.     Font.Name = 'System'
  68.     Font.Style = []
  69.     MinFontSize = 0
  70.     MaxFontSize = 0
  71.     Left = 92
  72.     Top = 84
  73.   end
  74.   object MyPrintDialog: TPrintDialog
  75.     Left = 52
  76.     Top = 84
  77.   end
  78. end
  79.